Movies and the Scrap
The Movie Toolbox makes it very easy for your application to deal with the scrap by providing two high-level functions that handle the details for you. When you want to put a movie onto the scrap, call thePutMovieOnScrap
function (described on page 2-228). When you want to get a movie from the scrap, use theNewMovieFromScrap
function (described on page 2-229).When you use these functions, the Movie Toolbox takes care of all of the appropriate resources. For example, when you call the
PutMovieOnScrap
function, the Movie Toolbox creates a movie resource and a PICT image from the movie, and it places both on the scrap. In the future, as QuickTime grows, Apple will maintain these functions so that they continue to handle the appropriate resources.